home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / clrcntl1.zip / CLRTEST.DEF < prev    next >
Text File  |  1991-06-15  |  451b  |  20 lines

  1. ;--------------------
  2. ; Module definition file for CLRTEST.EXE -
  3. ;        a test of the color selector custom control
  4. ;
  5. ; (C) Scott Gourley, 1991.
  6. ;--------------------
  7.  
  8. NAME            CLRTEST
  9.  
  10. DESCRIPTION        'Color selector control test (c) Scott Gourley, 1991'
  11. EXETYPE            WINDOWS
  12. STUB            'WINSTUB.EXE'
  13. CODE            PRELOAD MOVEABLE DISCARDABLE
  14. DATA            PRELOAD MOVEABLE MULTIPLE
  15. HEAPSIZE        1024
  16. STACKSIZE        8192
  17. EXPORTS
  18.     WndProc
  19.     ClrTestDlgProc
  20.     AboutDlgProc